home *** CD-ROM | disk | FTP | other *** search
/ Wildcat Files 2 / The Wildcat Files 2 (Arsenal Computer).ISO / wildcat / pro401.txt < prev    next >
Text File  |  1994-09-10  |  5KB  |  108 lines

  1. WcFax 4.01
  2. ----------
  3.  New Features
  4.  
  5. - Faxserve will not try to send a message to a userid of 0.  If you write
  6.   a program that adds faxes and you don't want FAXSERVE to report the status
  7.   to anyone, you can do so by making the Users Id in the FAX record = 0.
  8.  
  9.  Fixes
  10.  
  11. - Fixed a bug for international users of wcFAX.  It would not properly check
  12.   and add a number to the database in international mode.
  13.  
  14.  
  15. WcPro 4.01
  16. ----------
  17.  New Features
  18.  
  19. - Added 'passwords' to the users listing screen.  But, this is only
  20.   available when you have encoded passwords turned off.
  21. - Added the following fields to the users listings screen:
  22.  
  23.   Field Name                    DBF Field Name
  24.   ----------------------       ----------------
  25.    Days since first call         DAYSFIRST
  26.    Days since last call          DAYSLAST
  27.    Days until expire             UNTILXPIRE
  28.    Days until memo               UNTILMEMO
  29.  
  30. - Added 64K message editor.
  31. - wcPRO will now copy files with the Alt-K command in the files browser
  32.   that are marked.  4.00 only copied the current file.
  33. - wcPRO would not let you override the PKZIP/LHA etc unpackers with the
  34.   external viewers options.  It does now.
  35. - Added the crashmail flag to the users change screen.
  36. - Added logging of what Wildcat! detects as the users screen display.
  37.   This is displayed on the sysop statistics screen.
  38. - Added skip lists into wcPRO.  This will allow you to be able to choose
  39.   bulletins and questionnaires which should not be displayed in the
  40.   statistics screens.  The way you do this is to use the bullname.txt file
  41.   and make an entry for the offending bulletin, but you leave out the
  42.   description.
  43.  
  44.   For example
  45.  
  46.     0,1,This is Bull1 Conf1
  47.     0,2,Bulletin 2 is here
  48.     0,3
  49.  
  50.     So, conference 0 bulletin #3 will not be displayed in the
  51.     statistics output.
  52.  
  53.   This is also like the questionnaires...
  54.  
  55.     0,1,Ques1
  56.     0,2,Ques2
  57.     0,3
  58.  
  59.     So questionnaire 3 is left out.
  60.  
  61. - wcPRO will now break the listing of bulletins and questionnaires by
  62.   listings of 16 with a new page.
  63.  
  64.  Fixes
  65.  
  66. - All of the numeric fields generated in the dbf files will now be right
  67.   justified rather than left justified.
  68. - The Have mail waiting flag in the users match screen will not work.  This
  69.   flag is no longer valid in Wildcat, and has been removed in 4.01.
  70. - Fixed a bug in the questionnaire processing code.  This one has to do
  71.   with reading/writing the history from previous sessions.
  72. - Fixed a bug in the questionnaire processing code, if you were to abort
  73.   processing midstream.
  74. - Fixed a bug with deleting files on disk.  It would try to update the
  75.   record to show the file is offline, but was unsuccessful.  This is now
  76.   fixed.  If you delete files on disk, wcPRO will update the record in the
  77.   database to reflect 'off line' status.
  78. - If you had marked files within the file browser, wcPRO would delete the
  79.   files on disk, but it would not delete them if they were pointed to by
  80.   a stored path.
  81. - When wcPRO deletes a file it would not terminate the line in the log file
  82.   on Test runs with CR/LF.  Fixed
  83. - Fixed wcPRO so that it would read the prostat.his file from within the
  84.   wcpro directory in the Setup options.  This was a bug.  Also fixed the
  85.   reading of the statistics configuration file.  If you didn't specify
  86.   the full path, wcPRO would not find it, even if it were in the wcpro
  87.   directory.
  88. - Fixed a bug with respect to doing command line operations on the Users
  89.   database.  This bug represented itself in operations that required
  90.   it to use a filter outside of a key based filter.
  91. - Fixed the node 0/autonode problem. Customer experienced error 100 if
  92.   autonode is turned on and they set wcnodeid to 0.
  93. - When displaying secondary security profiles in the Users Browser, the
  94.   picklist was expanded by one.
  95. - Fixed the moving of files that are marked as offline or OnCD.  It will
  96.   now not attempt to move the physical file.  It will notify you though
  97.   that it can't move those files.
  98. - wcPRO will now zero out the following User fields in a change operation,
  99.   all change variables would be zeroed out to accomplish this:
  100.  
  101.     Subscription balance (wcPRO's Account Balance)
  102.     NetMail Balance      (same)
  103.     Expiration Date      (same)
  104.     Memo Date            (same)
  105.  
  106. - Customer reported a 204 error that was traced down to the erase status
  107.   line procedure.  Added logging and removed the possibility of a 204 error.
  108.